home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / Packager.README < prev    next >
Text File  |  1992-08-29  |  2KB  |  62 lines

  1. Packager v1.1 July 31/92
  2.  
  3.  
  4. Category: Programming and/or Publishing
  5.  
  6.  
  7. This is an application for building packages suitable for installation using
  8. Installer.app.  It provides a drag-n-drop environment for building the
  9. packages and overcomes several limitations of the conventional tools used for 
  10. building packages.
  11.  
  12.  
  13. ------------------------------------------------------------------------------
  14.  
  15.  
  16. An Installer package is a convenient means for packaging a large software
  17. system for distribution.  When Next provided us with Installer.app (see the
  18. Librarian for details), they gave us a great way to automagically install
  19. pre-packaged software such as Mathematica, X windows, etc.  Unfortunately, they
  20. did not also give us such great tools for building these packages.  There are a 
  21. few command line programs in the Installer.app folder which can be used to
  22. build Installer packages, but these programs are somewhat esoteric and limited
  23. in their usefulness.
  24.  
  25. Packager.app is an application for building these packages.  It produces ".pkg"
  26. files which may subsequently be installed using Installer.app.  A package is
  27. built by dragging files from the Workspace manager into the package window.
  28. Whereas the command line utilities can only be used to build a package from a
  29. single directory, and then all files in that directory go into the package,
  30. Packager can build a package from any arbitrary files in your system.  When the
  31. package is installed by Installer.app, the setup of these files will exactly
  32. mimic your own system.
  33.  
  34. Somewhat detailed usage instructions are provided in UserGuide.rtfd.  To
  35. install this software, drag the Packager.app icon into, for example, your
  36. ~/Apps directory or into /LocalApps is you happen to be lucky enough to have
  37. such permissions.
  38.  
  39.  
  40. ------------------------------------------------------------------------------
  41.  
  42.  
  43.     Written and maintained by Toby Paterson
  44.     E-Mail:        tpaterso@cs.ubc.ca or
  45.             paterson@gdss.commerce.ubc.ca
  46.  
  47.     Land Mail:    2905 Marine Drive
  48.             West Vancouver, B.C.,
  49.             Canada   V7V 1M2
  50.  
  51.  
  52.  
  53. ------------------------------------------------------------------------------
  54.  
  55.  
  56. The usual disclaimers about me not being held responsible for anything you
  57. manage to do to your system using this program, whether it is the fault of
  58. Packager or not, apply.  ie. I can not be held responsible.
  59.  
  60. This software is free.
  61.  
  62.